projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826c3ee
)
(erc-dcc-send-file): Fix typo in error message.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:08:42 +0000
(
02:08
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:08:42 +0000
(
02:08
+0000)
lisp/erc/erc-dcc.el
patch
|
blob
|
history
diff --git
a/lisp/erc/erc-dcc.el
b/lisp/erc/erc-dcc.el
index 4b9172f06d79a36680c3d8bd6663f2e80e4475f3..098e9085d745e3345d94816ae6b476e1f91275d1 100644
(file)
--- a/
lisp/erc/erc-dcc.el
+++ b/
lisp/erc/erc-dcc.el
@@
-808,7
+808,7
@@
other client."
(erc-ip-to-decimal (nth 0 contact))
(nth 1 contact)
size)))
- (error "`make-network-process' not supported by your
emacs.
")))
+ (error "`make-network-process' not supported by your
Emacs
")))
;;; GET handling